home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / CD / DATABASE / CESTINY / CounterStrike-ConditionZero1.0CZ.exe / {app} / valve / spectcammenu.txt < prev   
Text File  |  2001-06-15  |  783b  |  40 lines

  1. // Command Menu definition
  2. // 
  3. // Basic Format:
  4. //        "<Bound Key>" "<Button Text>" "<Command sent to server>"
  5. //
  6. // 
  7. //
  8. //
  9. // Buttons can also open up submenus, as follows:
  10. // {
  11. //     "Some More Options",
  12. //    {
  13. //        ...
  14. //    }
  15. // }
  16. //
  17. //
  18. // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
  19. // around or deleted.
  20. //
  21. //
  22. // Limitations:
  23. //        Maximum of 50 menus.
  24. //        Maximum of 100 buttons per menu.
  25.  
  26. //--------------------------------------------------------
  27. // Everything below here is editable
  28.  
  29. "6" "Pronßsledovacφ p°ehled"    "spec_mode 6"
  30. "5" "Voln² p°ehled"    "spec_mode 5"
  31. "4" "Prvnφ osoba"    "spec_mode 4"
  32. "3" "Voln² pohled"    "spec_mode 3"
  33. "2" "Volnß pronßsledovacφ"    "spec_mode 2"
  34. "1" "Pronßsledovacφ"    "spec_mode 1"
  35.  
  36.  
  37.  
  38.  
  39.  
  40.